home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
-
-
- #ifndef Unit3H
- #define Unit3H
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <ComCtrls.hpp>
- #include <ExtCtrls.hpp>
- //---------------------------------------------------------------------------
- class TsrcFrame : public TFrame
- {
- __published: // IDE-managed Components
- TPanel *Panel1;
- TTrackBar *TrackBar1;
- TPanel *Panel2;
- TCheckBox *CheckBox1;
- TButton *Button1;
- TTrackBar *TrackBar2;
- TLabel *Label1;
- private: // User declarations
- public: // User declarations
- __fastcall TsrcFrame(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TsrcFrame *srcFrame;
- //---------------------------------------------------------------------------
- #endif
-